Add --disable-fsync option to pull-local, and API to repo
authorColin Walters <walters@verbum.org>
Sat, 1 Feb 2014 03:18:13 +0000 (22:18 -0500)
committerColin Walters <walters@verbum.org>
Sat, 1 Feb 2014 03:18:13 +0000 (22:18 -0500)
commit234ae70b4cdaa4cede4e27a23e213c1fa0a7d9d0
tree32ce0303ac808f7cdcd8cde98e10fa1c605375ba
parent2313bdcb62eee1170b128737ca84664cf82b13b8
Add --disable-fsync option to pull-local, and API to repo

This will be used by guestmount - it's WAY faster.  We only take disks
as a unit, so it's safe.  If the process fails halfway through, we
just start over from scratch the next time anyways.
src/libostree/ostree-repo-commit.c
src/libostree/ostree-repo-private.h
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-pull-local.c